| 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: 1.8.12.0 (1.8.12)
SyntaxNullable<DateTime> Transferred { get; }ReadOnly Property Transferred As Nullable(Of DateTime)
	Get
property Nullable<DateTime> Transferred {
	Nullable<DateTime> get ();
}abstract Transferred : Nullable<DateTime> with get
Property Value
Type: 
NullableDateTime
See Also