IPacketTransferred Property |
Gets a value indicating when the NetworkPacket was sent.
If null then the IPacket was not yet set.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxDateTime? Transferred { get; }
ReadOnly Property Transferred As DateTime?
Get
property Nullable<DateTime> Transferred {
Nullable<DateTime> get ();
}
abstract Transferred : Nullable<DateTime> with get
Property Value
NullableDateTime
See Also