@Namespace(value="FlyCapture2") @NoOffset @Properties(inherit=FlyCapture2.class) public class MACAddress extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MACAddress() |
MACAddress(int macAddressValHigh,
int macAddressValLow) |
MACAddress(long size)
Native array allocator.
|
MACAddress(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(MACAddress address)
Equality operator.
|
boolean |
notEquals(MACAddress address)
Inequality operator.
|
BytePointer |
octets() |
byte |
octets(int i) |
MACAddress |
octets(int i,
byte setter) |
MACAddress |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MACAddress(Pointer p)
Pointer.Pointer(Pointer).public MACAddress(long size)
Pointer.position(long).public MACAddress()
public MACAddress position(long position)
public MACAddress octets(int i, byte setter)
@MemberGetter @Cast(value="unsigned char*") public BytePointer octets()
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef MACAddress address)
Copyright © 2019. All rights reserved.