Method | Description | |
---|---|---|
PacketReconstructedCBHandler ( int FileID, byte filebyte, int bytesRead ) : void | ||
ReceivedHandler ( int NumberOfAvailableData ) : void | ||
RegisterListener ( NewBitmapReceivedCBType aNewBitmapReceivedCB ) : void | ||
UDPListenerCameraDevice ( string IpAddress, int Port ) : System |
public PacketReconstructedCBHandler ( int FileID, byte filebyte, int bytesRead ) : void | ||
FileID | int | |
filebyte | byte | |
bytesRead | int | |
return | void |
public ReceivedHandler ( int NumberOfAvailableData ) : void | ||
NumberOfAvailableData | int | |
return | void |
public RegisterListener ( NewBitmapReceivedCBType aNewBitmapReceivedCB ) : void | ||
aNewBitmapReceivedCB | NewBitmapReceivedCBType | |
return | void |
public UDPListenerCameraDevice ( string IpAddress, int Port ) : System | ||
IpAddress | string | |
Port | int | |
return | System |