@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.
|
MACAddress |
getPointer(long i) |
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, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic MACAddress(Pointer p)
Pointer(Pointer).public MACAddress(long size)
Pointer.position(long).public MACAddress()
public MACAddress position(long position)
public MACAddress getPointer(long i)
getPointer in class Pointerpublic 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 © 2021. All rights reserved.