evNotifyReceivedDisConnectEvent

Occurs when the communication has disconnected for some reason or received the message of “Communication Stop Notice”.

Event information

  • C#: delegate void delegateNotifyReceivedDisConnectEvent(string msg, int status);

  event delegateNotifyReceivedDisConnectEvent evNotifyReceivedDisConnectEvent;

  • Ruby: EvNotifyReceivedDisConnectEvent(msg, status)
  • Python: evNotifyReceivedDisConnectEvent(msg, status)

 

Arguments

  •  msg: A message of communication disconnect.
  • status: A status value on the communication.(0: OK, other than 0: failed for some reason.)

 

Examples

C#

 

Ruby

 

Python