GsmModemLastTimeReceived Property |
Last date-time when data received from the serial port.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic DateTime LastTimeReceived { get; }Public ReadOnly Property LastTimeReceived As DateTime
Get
Dim instance As GsmModem
Dim value As DateTime
value = instance.LastTimeReceived
public:
property DateTime LastTimeReceived {
DateTime get ();
}member LastTimeReceived : DateTime with get
Property Value
DateTime
See Also