@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.MACAddress extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MACAddress() |
MACAddress(int size)
Native array allocator.
|
MACAddress(int macAddressValHigh,
int macAddressValLow) |
MACAddress(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(FlyCapture2.MACAddress address)
Equality operator.
|
boolean |
notEquals(FlyCapture2.MACAddress address)
Inequality operator.
|
BytePointer |
octets() |
byte |
octets(int i) |
FlyCapture2.MACAddress |
octets(int i,
byte octets) |
FlyCapture2.MACAddress |
position(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic MACAddress(Pointer p)
Pointer.Pointer(Pointer).public MACAddress(int size)
Pointer.position(int).public MACAddress()
public FlyCapture2.MACAddress position(int position)
public FlyCapture2.MACAddress octets(int i, byte octets)
@MemberGetter @Cast(value="unsigned char*") public BytePointer octets()
@Cast(value="bool") @Name(value="operator==") public boolean equals(@Const @ByRef FlyCapture2.MACAddress address)
Copyright © 2015. All Rights Reserved.