 | STARReceiveEventHandler Delegate |
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic delegate void STARReceiveEventHandler(
Object receiveInfo,
int receiveCount
)
Public Delegate Sub STARReceiveEventHandler (
receiveInfo As Object,
receiveCount As Integer
)
public delegate void STARReceiveEventHandler(
Object^ receiveInfo,
int receiveCount
)
type STARReceiveEventHandler =
delegate of
receiveInfo : Object *
receiveCount : int -> unit
Parameters
- receiveInfo
- Type: SystemObject
- receiveCount
- Type: SystemInt32
See Also