UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Json.JsonCommController.JsonConnection Class Reference
Inheritance diagram for com.UniPRT.Sdk.Json.JsonCommController.JsonConnection:

Public Member Functions

 JsonConnection (String commDescriptor)
 
 JsonConnection (IComm ptrComm)
 
int AddUser ()
 
int RemoveUser ()
 
int UserCount ()
 
String Descriptor ()
 
IComm PtrComm ()
 
JsonComm JsonComm ()
 
void Dispose ()
 
void close () throws Exception
 

Protected Member Functions

void Dispose (boolean disposing)
 
void finalize () throws Throwable
 

Private Attributes

int userCount = 0
 
String descriptor = ""
 
IComm ptrComm = null
 
JsonComm jsonComm = null
 
boolean ptrCommCreatedHere = false
 
boolean jsonCommCreatedHere = false
 
boolean disposed = false
 

Constructor & Destructor Documentation

◆ JsonConnection() [1/2]

◆ JsonConnection() [2/2]

Member Function Documentation

◆ AddUser()

int com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.AddUser ( )

◆ close()

void com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.close ( ) throws Exception

◆ Descriptor()

String com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.Descriptor ( )

◆ Dispose() [1/2]

void com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.Dispose ( )

◆ Dispose() [2/2]

◆ finalize()

void com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.finalize ( ) throws Throwable
protected

◆ JsonComm()

JsonComm com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.JsonComm ( )

◆ PtrComm()

IComm com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.PtrComm ( )

◆ RemoveUser()

int com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.RemoveUser ( )

◆ UserCount()

int com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.UserCount ( )

Member Data Documentation

◆ descriptor

String com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.descriptor = ""
private

◆ disposed

boolean com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.disposed = false
private

◆ jsonComm

◆ jsonCommCreatedHere

boolean com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.jsonCommCreatedHere = false
private

◆ ptrComm

◆ ptrCommCreatedHere

boolean com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.ptrCommCreatedHere = false
private

◆ userCount


The documentation for this class was generated from the following file: