cuda.bindings.nvml.VgpuLicenseExpiry#

class cuda.bindings.nvml.VgpuLicenseExpiry#

Empty-initialize an instance of nvmlVgpuLicenseExpiry_t.

See also

nvmlVgpuLicenseExpiry_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

Create an VgpuLicenseExpiry instance with the memory from the given buffer.

from_data(data)

Create an VgpuLicenseExpiry instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an VgpuLicenseExpiry instance wrapping the given pointer.

Attributes

day

int:

hour

int:

min_

int:

month

int:

ptr

Get the pointer address to the data as Python int.

sec

int:

status

int:

year

int: