mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
608 B
37 lines
608 B
[ implicit_handle(handle_t any_handle) ] interface IChannelService
|
|
|
|
{
|
|
|
|
ICS_GetContextHdl(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
|
|
ICS_ReleaseContextHdl(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
|
|
ICS_GetChannelId(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
|
|
ICS_ReleaseChannel(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
#ifdef _CHICAGO_
|
|
ICS_AsyncReleaseChannel();
|
|
#endif // _CHICAGO_
|
|
|
|
|
|
ICS_SyncChannelOp(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
|
|
ICS_InputSyncChannelOp(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
|
|
ICS_RegisterProtseq(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
|
|
}
|