C I L S 

C

com.serialpundit.ioctl - package com.serialpundit.ioctl
Encapsulates behavior that requires device-specific input/output operations and other operations which cannot be expressed by regular system calls.
com.serialpundit.ioctl.internal - package com.serialpundit.ioctl.internal
For internal use only.

I

ioctlExecuteOperation(long, long) - Method in class com.serialpundit.ioctl.internal.SerialComIOCTLJNIBridge
 
ioctlExecuteOperation(long, long) - Method in class com.serialpundit.ioctl.SerialComIOCTLExecutor
Executes the requested operation on the specified handle.
ioctlGetValue(long, long) - Method in class com.serialpundit.ioctl.internal.SerialComIOCTLJNIBridge
 
ioctlGetValue(long, long) - Method in class com.serialpundit.ioctl.SerialComIOCTLExecutor
Executes the requested operation on the specified handle.
ioctlSetValue(long, long, long) - Method in class com.serialpundit.ioctl.internal.SerialComIOCTLJNIBridge
 
ioctlSetValue(long, long, long) - Method in class com.serialpundit.ioctl.SerialComIOCTLExecutor
Executes the requested operation on the specified handle passing the given value to operation.
ioctlSetValueCharArray(long, long, byte[]) - Method in class com.serialpundit.ioctl.internal.SerialComIOCTLJNIBridge
 
ioctlSetValueCharArray(long, long, byte[]) - Method in class com.serialpundit.ioctl.SerialComIOCTLExecutor
Executes the requested operation on the specified handle passing the given value to operation.
ioctlSetValueIntArray(long, long, int[]) - Method in class com.serialpundit.ioctl.internal.SerialComIOCTLJNIBridge
 
ioctlSetValueIntArray(long, long, int[]) - Method in class com.serialpundit.ioctl.SerialComIOCTLExecutor
Executes the requested operation on the specified handle passing the given value to operation.

L

loadNativeLibrary(String, String, SerialComSystemProperty, int, int, int) - Static method in class com.serialpundit.ioctl.internal.SerialComIOCTLJNIBridge
Extract native library from jar in a 'directoryPath' directory, load and link it.

S

SerialComIOCTLExecutor - Class in com.serialpundit.ioctl
Executes device-specific input/output operations and other operations which cannot be executed using regular system calls.
SerialComIOCTLExecutor(String, String) - Constructor for class com.serialpundit.ioctl.SerialComIOCTLExecutor
Allocates a new SerialComIOCTLExecutor object and load/link native libraries if required.
SerialComIOCTLJNIBridge - Class in com.serialpundit.ioctl.internal
This class is an interface between java and native shared library.
SerialComIOCTLJNIBridge() - Constructor for class com.serialpundit.ioctl.internal.SerialComIOCTLJNIBridge
Allocates a new SerialComIOCTLJNIBridge object.
C I L S 

Copyright © 2017. All rights reserved.