GXDN: Gurux Developer Network
Gurux.Client Namespace
NamespacesGurux.Client
 
Types
All Types Classes Enumerations Delegates
Icon Type Description
AcceptClientEventHandler
Called, when the client is establishing a connection with a server.

ClientConnectedEventHandler
Called, when the client is establishing a connection with a server.

ClientDisconnectedEventHandler
Called, when the client has been disconnected from the server.

CountChecksumEventHandler
GXClient component calls this method when the checksum is counted.

DirtyEventHandler
Called, when the client settings or the media settings are modified.

ErrorEventHandler
Errors that occur after the connection is established, are sent through this method.

GetClientByConnectionDataEventHandler
Called, when a new client has sent handshake information.

GXClient
From the point of view of the client software, GXClient is the main component of the GXCom system. A client software can create a media, and change its properties, through the GXClient object. GXClient steps in also, when starting a media, and when sending and receiving packets. Because there can be multiple instances of the GXClient component, the term the GXClient object points to the instance, which makes the call.

Initialize
Determines the type of initializing.

IsReplyPacketEventHandler
GXClient component calls this method when it checks if the received packet is a reply packet.

IsReplyPacketOKEventHandler
GXClient component uses this method to check if the content of the response packet is not damaged.

MediaStateChangeEventHandler
This method is used to send information, when media state is changed.

PacketsInBufferEventHandler
GXClient component calls this method every time a new packet is sent or received.

ParsePacketFromDataEventHandler
GXClient component calls this method, if the client application uses its own parsing method, instead of the one of GXCom.

ReceiveDataEventHandler
Checks if the received data is from the correct device. If ReceiveData is set to False, received data is ignored.

ReceivedEventHandler
GXClient component sends all asynchronous and notification packets using this method.