Skip to content

Group IPort_h

Modules > IPort_h

Public Attributes

Type Name
interface SPINNAKER_API_ABSTRACT int64_t Address
interface SPINNAKER_API_ABSTRACT IPort
Interface for ports.
interface SPINNAKER_API_ABSTRACT int64_t int64_t Length = 0

Public Functions

Type Name
virtual void Write (const void * pBuffer, int64_t Address, int64_t Length) = 0

Public Attributes Documentation

variable Address

interface SPINNAKER_API_ABSTRACT int64_t Spinnaker::GenApi::Address;

variable IPort

Interface for ports.

interface SPINNAKER_API_ABSTRACT Spinnaker::GenApi::IPort;


variable Length

interface SPINNAKER_API_ABSTRACT int64_t Spinnaker::GenApi::Length;

Public Functions Documentation

function Write

virtual void Write (
    const void * pBuffer,
    int64_t Address,
    int64_t Length
) = 0

Writes a chunk of bytes to the port