ClassesClasses | | Operators |
Page not available for the currently selected syntax (programming language).
Page not available for the currently selected syntax (programming language).
HIOChannel — Represents an instance of a channel of an I/O device.
OpenIoChannel | Open and configure I/O channels. |
This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.
CloseIoChannel | Close I/O channels. |
ControlIoChannel | Perform an action on I/O channels. | |
GetIoChannelParam | Query specific parameters of I/O channels. | |
OpenIoChannel | Open and configure I/O channels. | |
ReadIoChannel | Read a value from the specified I/O channels. | |
SetIoChannelParam | Set specific parameters of I/O channels. | |
WriteIoChannel | Write a value to the specified I/O channels. |
HIOChannel — Represents an instance of a channel of an I/O device.
OpenIoChannel | Open and configure I/O channels. |
This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.
CloseIoChannel | Close I/O channels. |
ControlIoChannel | Perform an action on I/O channels. | |
GetIoChannelParam | Query specific parameters of I/O channels. | |
OpenIoChannel | Open and configure I/O channels. | |
ReadIoChannel | Read a value from the specified I/O channels. | |
SetIoChannelParam | Set specific parameters of I/O channels. | |
WriteIoChannel | Write a value to the specified I/O channels. |
ClassesClasses | | Operators |