FX3ConnectionReadTime Method |
Not implemented
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic ushort[] ReadTime(
uint start_pin,
uint start_polarity,
uint stop_pin,
uint stop_polarity,
uint delay
)
Public Function ReadTime (
start_pin As UInteger,
start_polarity As UInteger,
stop_pin As UInteger,
stop_polarity As UInteger,
delay As UInteger
) As UShort()
public:
virtual array<unsigned short>^ ReadTime(
unsigned int start_pin,
unsigned int start_polarity,
unsigned int stop_pin,
unsigned int stop_polarity,
unsigned int delay
) sealed
abstract ReadTime :
start_pin : uint32 *
start_polarity : uint32 *
stop_pin : uint32 *
stop_polarity : uint32 *
delay : uint32 -> uint16[]
override ReadTime :
start_pin : uint32 *
start_polarity : uint32 *
stop_pin : uint32 *
stop_polarity : uint32 *
delay : uint32 -> uint16[]
Parameters
- start_pin
- Type: SystemUInt32
Not implemented - start_polarity
- Type: SystemUInt32
Not implemented - stop_pin
- Type: SystemUInt32
Not implemented - stop_polarity
- Type: SystemUInt32
Not implemented - delay
- Type: SystemUInt32
Not implemented
Return Value
Type:
UInt16Not implemented
Implements
IPinFcns.ReadTime(UInt32, UInt32, UInt32, UInt32, UInt32)
See Also