Interface IRelay
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface IRelay
Methods
|
Improve this Doc
View Source
HAL_CheckRelayChannel(Int32)
Declaration
int HAL_CheckRelayChannel(int channel)
Parameters
Type |
Name |
Description |
Int32 |
channel |
|
Returns
|
Improve this Doc
View Source
HAL_FreeRelayPort(Int32)
Declaration
void HAL_FreeRelayPort(int relayPortHandle)
Parameters
Type |
Name |
Description |
Int32 |
relayPortHandle |
|
|
Improve this Doc
View Source
HAL_GetRelay(Int32)
Declaration
int HAL_GetRelay(int relayPortHandle)
Parameters
Type |
Name |
Description |
Int32 |
relayPortHandle |
|
Returns
|
Improve this Doc
View Source
HAL_InitializeRelayPort(Int32, Int32)
Declaration
[StatusCheckRange(0, typeof(StatusHandling), "RelayStatusCheck")]
int HAL_InitializeRelayPort(int portHandle, int fwd)
Parameters
Returns
|
Improve this Doc
View Source
HAL_SetRelay(Int32, Int32)
Declaration
void HAL_SetRelay(int relayPortHandle, int on)
Parameters
Type |
Name |
Description |
Int32 |
relayPortHandle |
|
Int32 |
on |
|