public static class FlyCapture2.GigEStreamChannel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GigEStreamChannel() |
GigEStreamChannel(int size) |
GigEStreamChannel(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.IPAddress |
destinationIpAddress()
Destination IP address.
|
FlyCapture2.GigEStreamChannel |
destinationIpAddress(FlyCapture2.IPAddress destinationIpAddress) |
boolean |
doNotFragment()
Disable IP fragmentation of packets.
|
FlyCapture2.GigEStreamChannel |
doNotFragment(boolean doNotFragment) |
int |
hostPort()
Host port on the PC where the camera will send the data stream.
|
FlyCapture2.GigEStreamChannel |
hostPort(int hostPort) |
IntPointer |
hostPost()
Host port on the PC where the camera will send the data stream.
|
FlyCapture2.GigEStreamChannel |
hostPost(IntPointer hostPost) |
int |
interPacketDelay()
Inter packet delay, in timestamp counter units.
|
FlyCapture2.GigEStreamChannel |
interPacketDelay(int interPacketDelay) |
int |
networkInterfaceIndex()
Network interface index used (or to use).
|
FlyCapture2.GigEStreamChannel |
networkInterfaceIndex(int networkInterfaceIndex) |
int |
packetSize()
Packet size, in bytes.
|
FlyCapture2.GigEStreamChannel |
packetSize(int packetSize) |
FlyCapture2.GigEStreamChannel |
position(int position) |
int |
sourcePort()
Source UDP port of the stream channel.
|
FlyCapture2.GigEStreamChannel |
sourcePort(int sourcePort) |
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 GigEStreamChannel(Pointer p)
public GigEStreamChannel(int size)
public GigEStreamChannel()
public FlyCapture2.GigEStreamChannel position(int position)
public int networkInterfaceIndex()
public FlyCapture2.GigEStreamChannel networkInterfaceIndex(int networkInterfaceIndex)
public int hostPort()
public FlyCapture2.GigEStreamChannel hostPort(int hostPort)
public boolean doNotFragment()
public FlyCapture2.GigEStreamChannel doNotFragment(boolean doNotFragment)
public int packetSize()
public FlyCapture2.GigEStreamChannel packetSize(int packetSize)
public int interPacketDelay()
public FlyCapture2.GigEStreamChannel interPacketDelay(int interPacketDelay)
public FlyCapture2.IPAddress destinationIpAddress()
public FlyCapture2.GigEStreamChannel destinationIpAddress(FlyCapture2.IPAddress destinationIpAddress)
public int sourcePort()
public FlyCapture2.GigEStreamChannel sourcePort(int sourcePort)
public IntPointer hostPost()
public FlyCapture2.GigEStreamChannel hostPost(IntPointer hostPost)
Copyright © 2014. All Rights Reserved.